You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > BitShiftLeft Method > MatrixInt.BitShiftLeft Method ([In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.BitShiftLeft Method ([In] int, [In] int, [In] int)

Apply binary shift by number of Bits to the left to elements in the calling object.

Syntax
C#
Visual Basic
public TMtxVecInt BitShiftLeft([In] int Bits, [In] int Index, [In] int Len);

the result of binary shift to left by number of Bits applied to values [Index]..[Index+Len-1] in the calling object and stored back in the calling object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!